The
C1ObservableCollection<T> is the base class for all
System.Collections.ObjectModel.KeyedCollection`2 derived collections. Supports notification.
オブジェクト モデル
シンタックス
'宣言
Public MustInherit Class C1ObservableKeyedCollection
(Of ,)
Inherits System.Collections.ObjectModel.KeyedCollection(Of TKey,TItem)
public abstract class C1ObservableKeyedCollection<,> : System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
型パラメータ
- TKey
- The type of keys in the collection.
- TItem
- The type of objects to keep in the collection.
継承階層
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
C1.Schedule.C1ObservableKeyedCollection<TKey,TItem>
C1.Schedule.BaseCollection<T>
C1.WPF.Schedule.CoveredElementsCollection
C1.WPF.Schedule.CoverElementCollection
参照